home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
American History: Interactive Maps & User's Guide
/
American History: Interactive Maps & User's Guide.iso
/
pc
/
IMAP5
/
XIMAP5.dxr
/
00388.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-01-25
|
295 b
|
14 lines
on mouseDown
hChickletState("flashlight on", "FLSHLITE.AIF")
if the visible of sprite 16 then
hVisibleSprite(1, 17, 17)
end if
updateStage()
repeat while the mouseDown
nothing()
end repeat
hChickletState("flashlight off", 0)
hVisibleSprite(0, 17, 17)
updateStage()
end